home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
misc
/
avmnfaxsrc1_33.lha
/
faxdefs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-25
|
540b
|
27 lines
/* $Id: defs.h,v 1.2 1993/06/11 16:29:21 Rhialto Exp $
* $Log: defs.h,v $
* Revision 1.2 1993/06/11 16:29:21 Rhialto
* First real RCS checkin
*
*/
/*
* DEFS.H
*/
#include <exec/types.h>
#include <exec/nodes.h>
#include <exec/lists.h>
#include <exec/memory.h>
#include <devices/printer.h>
#include <devices/prtbase.h>
#include <devices/prtgfx.h>
#include <clib/exec_protos.h>
typedef struct PrtInfo PrtInfo;
typedef struct PrinterData PrinterData;
typedef struct PrinterExtendedData PrinterExtendedData;
#include "faxfile.h"